home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibclean / match.h < prev    next >
Text File  |  1992-11-14  |  164b  |  8 lines

  1. typedef struct s_pattern
  2. {
  3.     const char *pattern;
  4.     const char *message;
  5. } MATCH_PATTERN;
  6.  
  7. YESorNO        match_pattern ARGS((const char *s_, const char *pattern_));
  8.